__________________________________________________________________________________________________________________________________________ GNU nano 2.7.4 File: /tmp/crontab.P6lsBP/crontab Modified
------------------------------------------------------------------------------------------------------------------------------------------------------------
# Edit this file to introduce tasks to be run by cron.
#
# Each task to run has to be defined through a single line
# indicating with different fields when the task will be run
# and what command to run for the task
#
# To define the time you can provide concrete values for
# minute (m), hour (h), day of month (dom), month (mon),
# and day of week (dow) or use '*' in these fields (for 'any').#
# Notice that tasks will be started based on the cron's system
# daemon's notion of time and timezones.
#
# Output of the crontab jobs (including errors) is sent through
# email to the user the crontab file belongs to (unless redirected).
#
# For example, you can run a backup of all your user accounts
# at 5 a.m every week with:
# 0 5 * * 1 tar -zcf /var/backups/home.tgz /home/
#
# For more information see the manual pages of crontab(5) and cron(8)
#
# m h dom mon dow command
1 * * * * bash /home/r/ripper/still_a_n00b.sh
___________________________________________________________________________________________________________________________ File Name to Write: /tmp/crontab.P6lsBP/crontab
------------------------------------------------------------------------------------------------------------------------------------------------------------ ^G Get Help M-D DOS Format M-A Append M-B Backup File ^C Cancel M-M Mac Format M-P Prepend ^T To Files
-----------------------------------------------------------------------------------------------------------------------------------------------------------
##### after saving the file
no crontab for ripper - using an empty one
crontab: installing new crontab
crontab: crontabs/tmp.EZTc3Q: No space left on device
crontab: edits left in /tmp/crontab.P6lsBP/crontab
##### I guess cron was unable to write to /var/spool/cron/crontabs/ripper
ripper@xshellz-free:~$ cat /tmp/crontab.P6lsBP/crontab
# Edit this file to introduce tasks to be run by cron.
#
# Each task to run has to be defined through a single line
# indicating with different fields when the task will be run
# and what command to run for the task
#
# To define the time you can provide concrete values for
# minute (m), hour (h), day of month (dom), month (mon),
# and day of week (dow) or use '*' in these fields (for 'any').#
# Notice that tasks will be started based on the cron's system
# daemon's notion of time and timezones.
#
# Output of the crontab jobs (including errors) is sent through
# email to the user the crontab file belongs to (unless redirected).
#
# For example, you can run a backup of all your user accounts
# at 5 a.m every week with:
# 0 5 * * 1 tar -zcf /var/backups/home.tgz /home/
#
# For more information see the manual pages of crontab(5) and cron(8)
#
# m h dom mon dow command
1 * * * * bash /home/r/ripper/still_a_n00b.sh
ripper@xshellz-free:~$ crontab -l
no crontab for ripper
Try again crontab -e now. It should work fine. We have fixed the space issue.
[Please note : From the next time, if you are showing some error messages/logs more than 3 lines, please use a paste tool here. It helps in keeping the forum clean.]
Please Login or Sign Up to leave a reply.